/*Applied rules to content inside accordion*/
img.wh-img-one {
    width: 46%;
    float: left;
    margin-right: 30px;
}

img.wh-img-two {
    width: 46%;
    float: left;
    margin-right: 30px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-bottom: 3px solid #652f6c;
    padding: 20px;
}

.fa-angle-down:before {
    content: "\f107";
    color: #652f6c;
}

a.link-three {
    font-size: 18px;
    color: #000 !important;
    text-decoration: underline;
    font-weight: bold;
    font-family: "FrutigerLTStd-Bold";
}

p {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: "FrutigerLTStd-Roman";
}

li {
    color: #000;
    font-size: 18px !important;
}

h2.subheader {
    padding-left: 20px;
}
p.text-block.paragraph-one {
    margin-left: 20px;
}